(no commit message)
authorjnkl <jnkl@web>
Sun, 23 Feb 2025 20:54:56 +0000 (20:54 +0000)
committeradmin <admin@branchable.com>
Sun, 23 Feb 2025 20:54:56 +0000 (20:54 +0000)
doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn b/doc/forum/Should_the_client_group_expression_include_backup__63__.mdwn
new file mode 100644 (file)
index 0000000..08add16
--- /dev/null
@@ -0,0 +1,11 @@
+I have some repositories in group backup and some in client. I was surprised that I had to add the backup repositiries to group archive as well for the client groupwanted expression work as intended.
+
+So shouldn't the client expression read
+
+    (include=* and ((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1 or copies=backup:1)))) or approxlackingcopies=1
+
+instead of just
+
+    (include=* and ((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1)))) or approxlackingcopies=1
+
+?